var runtime.islibrary
11 uses
runtime (current package)
fds_unix.go#L10: if islibrary || isarchive {
proc.go#L273: if isarchive || islibrary {
proc.go#L300: if asanenabled && (isarchive || islibrary || NumCgoCall() > 1) {
proc.go#L346: if exitCode == 0 && asanenabled && (isarchive || islibrary || NumCgoCall() > 1) {
proc.go#L6375: if (islibrary || isarchive) && GOARCH != "wasm" {
runtime1.go#L588: if islibrary || isarchive {
runtime2.go#L1500: islibrary bool // -buildmode=c-shared
signal_unix.go#L123: if (isarchive || islibrary) && !preinit {
signal_unix.go#L180: if (isarchive || islibrary) && t.flags&_SigPanic == 0 && sig != _SIGPIPE && sig != sigPreempt {
signal_unix.go#L1040: if GOOS != "freebsd" && (isarchive || islibrary) && handler == _SIG_DFL && !c.sigFromUser() {
signal_unix.go#L1400: if isarchive || islibrary {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |